home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD-Sensation: Golden Games / Amiga CD-Sensation - Ausgabe 2 - Golden Games (1996)(GTI - Schatztruhe)(DE)[!].iso / Adventurer's / CWMmoria / unbak < prev   
Text File  |  1994-08-14  |  207b  |  11 lines

  1. .Key file
  2. if not exists "<file>.bak"
  3.    echo "File <file>.bak does not exist.  Try again."
  4.    skip END
  5. endif
  6.  
  7. echo "Copying <file>.bak to <file> ... " NOLINE
  8. c:copy <file>.bak to <file>
  9. echo "Done."
  10.  
  11. LAB END